home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Full / Panda Internet Security 2009 / IS09PROMO3M.exe / [0] / Files / Analisis.dll / 0 / RCDATA / TBUSCARFORM / TBUSCARFORM.txt < prev   
Text File  |  2008-07-17  |  4KB  |  176 lines

  1. object BuscarForm: TBuscarForm
  2.   Tag = 24800
  3.   Left = 497
  4.   Top = 256
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsSingle
  7.   BorderWidth = 11
  8.   Caption = 'Buscar'
  9.   ClientHeight = 238
  10.   ClientWidth = 335
  11.   Color = 14215660
  12.   Font.Charset = DEFAULT_CHARSET
  13.   Font.Color = clWindowText
  14.   Font.Height = -11
  15.   Font.Name = 'Tahoma'
  16.   Font.Style = []
  17.   Scaled = False
  18.   Icon.Data = {<image000.ico>}
  19.   KeyPreview = True
  20.   OldCreateOrder = True
  21.   Position = poScreenCenter
  22.   OnKeyPress = FormKeyPress
  23.   OnShow = FormShow
  24.   PixelsPerInch = 96
  25.   TextHeight = 13
  26.   object BTBuscaCancelar: TPlaButton
  27.     Tag = 2400
  28.     Left = 259
  29.     Top = 217
  30.     Width = 73
  31.     Height = 21
  32.     Anchors = [akRight, akBottom]
  33.     Caption = '&Cancelar'
  34.     TabOrder = 2
  35.     TabStop = False
  36.     Cancel = True
  37.     ModalResult = 2
  38.   end
  39.   object BTBuscaAceptar: TPlaButton
  40.     Tag = 2200
  41.     Left = 178
  42.     Top = 217
  43.     Width = 73
  44.     Height = 21
  45.     Anchors = [akRight, akBottom]
  46.     Caption = '&Aceptar'
  47.     TabOrder = 1
  48.     OnClick = BTBuscaAceptarClick
  49.     Default = True
  50.     ModalResult = 1
  51.   end
  52.   object PlaGroupBox1: TPlaGroupBox
  53.     Tag = 59600
  54.     Left = 3
  55.     Top = 0
  56.     Width = 329
  57.     Height = 205
  58.     TitleFont.Charset = DEFAULT_CHARSET
  59.     TitleFont.Color = 13977088
  60.     TitleFont.Height = -11
  61.     TitleFont.Name = 'Tahoma'
  62.     TitleFont.Style = []
  63.     Caption = 'B∩┐╜squeda'
  64.     TabOrder = 0
  65.     object Label1: TLabel
  66.       Tag = 24900
  67.       Left = 57
  68.       Top = 19
  69.       Width = 260
  70.       Height = 26
  71.       AutoSize = False
  72.       Caption = 
  73.         'Escribe las palabras que deseas que sean buscadas en los campos ' +
  74.         'seleccionados.'
  75.       Constraints.MinWidth = 260
  76.       Font.Charset = ANSI_CHARSET
  77.       Font.Color = clWindowText
  78.       Font.Height = -11
  79.       Font.Name = 'Tahoma'
  80.       Font.Style = []
  81.       ParentFont = False
  82.       WordWrap = True
  83.     end
  84.     object Label2: TLabel
  85.       Tag = 25000
  86.       Left = 57
  87.       Top = 56
  88.       Width = 45
  89.       Height = 13
  90.       Caption = 'Palabras:'
  91.       Font.Charset = ANSI_CHARSET
  92.       Font.Color = clWindowText
  93.       Font.Height = -11
  94.       Font.Name = 'Tahoma'
  95.       Font.Style = []
  96.       ParentFont = False
  97.     end
  98.     object PandaBrown1: TImage
  99.       Left = 10
  100.       Top = 22
  101.       Width = 32
  102.       Height = 32
  103.       Picture.Data = {<image001.bmp>}
  104.       Transparent = True
  105.     end
  106.     object GroupBox1: TPlaGroupBox
  107.       Tag = 25100
  108.       Left = 57
  109.       Top = 84
  110.       Width = 260
  111.       Height = 109
  112.       TitleFont.Charset = DEFAULT_CHARSET
  113.       TitleFont.Color = 8408344
  114.       TitleFont.Height = -11
  115.       TitleFont.Name = 'Tahoma'
  116.       TitleFont.Style = []
  117.       Caption = 'Buscar en '
  118.       TabOrder = 1
  119.       object CBIncidencias: TPlaCheckBox
  120.         Tag = 24000
  121.         Left = 16
  122.         Top = 19
  123.         Width = 74
  124.         Height = 16
  125.         HelpContext = 106
  126.         Caption = 'Incidencias'
  127.         TabOrder = 0
  128.         State = cbChecked
  129.       end
  130.       object CBTareas: TPlaCheckBox
  131.         Tag = 25200
  132.         Left = 16
  133.         Top = 40
  134.         Width = 88
  135.         Height = 16
  136.         HelpContext = 107
  137.         Caption = 'Notificada por'
  138.         TabOrder = 1
  139.         TabStop = False
  140.       end
  141.       object CBRutas: TPlaCheckBox
  142.         Tag = 25300
  143.         Left = 16
  144.         Top = 61
  145.         Width = 122
  146.         Height = 16
  147.         HelpContext = 108
  148.         Caption = 'Informaci∩┐╜n adicional'
  149.         TabOrder = 2
  150.         TabStop = False
  151.       end
  152.       object CBAcciones: TPlaCheckBox
  153.         Tag = 2600
  154.         Left = 16
  155.         Top = 82
  156.         Width = 69
  157.         Height = 16
  158.         HelpContext = 109
  159.         Caption = 'Resultado'
  160.         TabOrder = 3
  161.         TabStop = False
  162.       end
  163.     end
  164.     object EditPalabras: TPlaEdit
  165.       Left = 104
  166.       Top = 52
  167.       Width = 213
  168.       Height = 21
  169.       Cursor = crIBeam
  170.       MaxLength = 255
  171.       TabOrder = 0
  172.       Transparent = False
  173.     end
  174.   end
  175. end
  176.